docs: highlight new Ollama (local) preset in README - #128
Conversation
- Adds mention of dedicated Ollama (local) preset in provider wizard - Notes auto-detection and streamlined setup in v0.2.1 - Improves discoverability of new local model preset feature
|
Thanks for taking the time to open this, and for reading the local-model section closely enough to want it clearer. I'm going to pass on this one, for three reasons: It's already covered. Two paragraphs above the insertion point, the section walks through exactly this: open the LLM tab, add a provider, pick Ollama (local), and the wizard skips the key screen because a local server has no API key. The preset table right below the new line lists The auto-detect claim isn't accurate. The preset does not detect anything. It's a hardcoded default ( We don't keep version badges in the README. There are no other "New in vX" markers in the file, and the preset landed back in v0.2.1 (#122) — we're several releases past that now, so the badge would read as stale the day it merged. Release notes are where that belongs. If you'd like to improve this section, here's a gap that's actually open: the README never says what happens when the Ollama server isn't running — the model list simply comes back empty, with no hint to go start it. A sentence covering that would be a real addition, and I'd be glad to review it. |
|
Opened a new PR with the requested rework and the relevant updates consolidated into a clean follow-up: #204 |
Adds mention of dedicated Ollama (local) preset in provider wizard